home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / SprocketInvaders / Building SprocketInvaders next >
Encoding:
Text File  |  2000-09-28  |  1021 b   |  13 lines  |  [TEXT/R*ch]

  1. Here are a few quick notes on building SprocketInvaders.
  2.  
  3. First and foremost you'll need to process the sprite artwork.  Go into the 'Sprites' folder and drop the following files:
  4.  
  5.     playbutton.sprt
  6.     Prevtrack.sprt
  7.     Skiptrack.sprt
  8.     Stop.sprt
  9.  
  10. onto the app "SpriteOptimizer".  The above list of files are versions that can be edited with the included application "SpriteEditor."  After processing with SpriteOptimizer the new files are ready to be included in the SprocketInvaders project.  This is the basic process for adding custom art to the project.
  11.  
  12. This CodeWarrior project file was created for CodeWarrior Pro 5.  You will need this version as well as the lastet Universal Interfaces from Apple distribution to build SprocketInvaders.  For CodeWarrior updates please visit the Metrowerks web site at <http://www.metrowerks.com>.  for updates to Apple's Universal Interfaces please visit the Apple developer web site at <http://www.apple.com/developer> and make your way to the development kits section.
  13.